func runtime.acquirep

12 uses

	runtime (current package)
		proc.go#L1869: 		acquirep(gp.m.nextp.ptr())
		proc.go#L2213: 		acquirep(pp) // temporarily borrow p for mallocs in this function
		proc.go#L2929: 	acquirep(gp.m.nextp.ptr())
		proc.go#L3190: 	acquirep(gp.m.nextp.ptr())
		proc.go#L3560: 				acquirep(pp)
		proc.go#L3569: 			acquirep(pp)
		proc.go#L3577: 			acquirep(pp)
		proc.go#L3641: 			acquirep(pp)
		proc.go#L4836: 		acquirep(pp)
		proc.go#L4884: 		acquirep(pp)
		proc.go#L5839: 		acquirep(pp)
		proc.go#L5897: func acquirep(pp *p) {